const runtime.debugLogStringLimit
3 uses
runtime (current package)
debuglog.go#L42: const debugLogStringLimit = debugLogBytes / 8
debuglog.go#L361: if len(b) > debugLogStringLimit {
debuglog.go#L362: b = b[:debugLogStringLimit]
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)